From 72a80b66f979cce2318e0b4c1df1fae7175b4d2c Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 26 Aug 2020 07:55:11 +0930 Subject: added roms and changed readme --- roms/programs/Life [GV Samways, 1980].txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 roms/programs/Life [GV Samways, 1980].txt (limited to 'roms/programs/Life [GV Samways, 1980].txt') diff --git a/roms/programs/Life [GV Samways, 1980].txt b/roms/programs/Life [GV Samways, 1980].txt new file mode 100644 index 0000000..8f40ce1 --- /dev/null +++ b/roms/programs/Life [GV Samways, 1980].txt @@ -0,0 +1,11 @@ +Life, by: G.V. Samways + +This is a display of cell growth, in accordance with the following rules: + 1. A cell is born if 3 cells are adjecent to an empty space. + 2. A cell lives if 2 or 3 cells are adjacent, and dies otherwise. + 3. All events take place simultaneously. + +To start the game, you make a pattern by entering the cell coordinates, first +the "Y"from 0-7 downwards, then the "X" from 0-F across. +F initialises the program, and the number of scans is entered plus one, so that 1 gives 0 scans +to F giving 14, and 0 giving 255. The sit back and watch the colony live, or die. -- cgit v1.2.3